Batch 2 - Class 56 - Game of Life

Preclass Exercise
Solve the following using mathematical induction.
Attendance: Tishyaa, Smiti, Muskaan, Anisha, Nandini, Shubham, Diya

Class Notes:

Conway's Game of Life

Rules of the game:
  1. Three are number of dead squares and a few live ones at beginning of the game
  2. A live square with 0,1 or more than 4 neighbors dies in the next generation due to isolation/crowding. A live square with 2 or 3 neighbors lives on
  3. A dead square with 3 neighbor cells becomes alive in the next generation
See a video: https://www.youtube.com/watch?v=C2vgICfQawE

Let kids try out the following patterns and what happens. Let kids try out patterns on left, and use a computer program to do the ones on the right.  https://bitstorm.org/gameoflife/
          
          Conway conjectured that all such patterns must be finite, and floated a $50 reward to prove or disprove. 
          What do you think happened? Try out the Gosper Glider Gun
          

Applications
Homework



References:
          The Colossal Book of Mathematics, by Martin Gardner
          The Moscow Puzzles, by Boris A. Kordemsky
          http://www.math.cornell.edu/~mec/2008-2009/ABjorndahl/ppmi.pdf